home *** CD-ROM | disk | FTP | other *** search
/ ftp.ac-grenoble.fr / 2015.02.ftp.ac-grenoble.fr.tar / ftp.ac-grenoble.fr / assistance.logicielle / TreeSizeFreeSetup.exe / {app} / TreeSizeFree.DE / RCDATA / TPENDIALOG / TPENDIALOG.txt
Text File  |  2010-11-15  |  3KB  |  158 lines

  1. object PenDialog: TPenDialog
  2.   Left = 437
  3.   Top = 286
  4.   Width = 277
  5.   Height = 163
  6.   ActiveControl = CBVisible
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Rahmeneditor'
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LWidth: TLabel
  19.     Left = 176
  20.     Top = 38
  21.     Width = 31
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     Caption = '&Breite:'
  25.     FocusControl = SEWidth
  26.   end
  27.   object LStyle: TLabel
  28.     Left = 99
  29.     Top = 9
  30.     Width = 26
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     Caption = '&Stil:'
  34.     FocusControl = CBStyle
  35.   end
  36.   object LSpace: TLabel
  37.     Left = 173
  38.     Top = 70
  39.     Width = 34
  40.     Height = 13
  41.     Alignment = taRightJustify
  42.     Caption = '&Abstand:'
  43.     FocusControl = ESpace
  44.   end
  45.   object CBVisible: TCheckBox
  46.     Left = 6
  47.     Top = 8
  48.     Width = 69
  49.     Height = 17
  50.     HelpContext = 680
  51.     Caption = '&Sichtbar:'
  52.     TabOrder = 0
  53.     OnClick = CBVisibleClick
  54.   end
  55.   object SEWidth: TEdit
  56.     Left = 214
  57.     Top = 34
  58.     Width = 33
  59.     Height = 21
  60.     HelpContext = 1457
  61.     TabOrder = 3
  62.     Text = '1'
  63.     OnChange = SEWidthChange
  64.   end
  65.   object BOk: TButton
  66.     Left = 104
  67.     Top = 104
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'OK'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 5
  74.   end
  75.   object BCancel: TButton
  76.     Left = 188
  77.     Top = 104
  78.     Width = 75
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = 'Abbrechen'
  82.     ModalResult = 2
  83.     TabOrder = 6
  84.     OnClick = BCancelClick
  85.   end
  86.   object UDWidth: TUpDown
  87.     Left = 247
  88.     Top = 34
  89.     Width = 15
  90.     Height = 21
  91.     HelpContext = 1457
  92.     Associate = SEWidth
  93.     Min = 1
  94.     Position = 1
  95.     TabOrder = 4
  96.   end
  97.   object CBStyle: TComboFlat
  98.     Left = 128
  99.     Top = 6
  100.     Width = 135
  101.     HelpContext = 1457
  102.     Style = csOwnerDrawFixed
  103.     ItemHeight = 15
  104.     TabOrder = 1
  105.     OnChange = CBStyleChange
  106.     OnDrawItem = CBStyleDrawItem
  107.     Items.Strings = (
  108.       'durchgezogen'
  109.       'Strich'
  110.       'Punkt'
  111.       'Strich Punkt'
  112.       'Strich Punkt Punkt')
  113.   end
  114.   object BColor: TButtonColor
  115.     Left = 6
  116.     Top = 34
  117.     HelpContext = 1457
  118.     Caption = '&Farbe'
  119.     TabOrder = 2
  120.     OnClick = BColorClick
  121.   end
  122.   object CBEndStyle: TComboFlat
  123.     Left = 6
  124.     Top = 73
  125.     Width = 68
  126.     HelpContext = 1828
  127.     TabOrder = 7
  128.     OnChange = CBEndStyleChange
  129.     Items.Strings = (
  130.       'Rund'
  131.       'Eckig'
  132.       'Flach')
  133.   end
  134.   object ESpace: TEdit
  135.     Left = 214
  136.     Top = 66
  137.     Width = 33
  138.     Height = 21
  139.     HelpContext = 1457
  140.     Enabled = False
  141.     TabOrder = 8
  142.     Text = '1'
  143.     OnChange = ESpaceChange
  144.   end
  145.   object UDSpace: TUpDown
  146.     Left = 247
  147.     Top = 66
  148.     Width = 15
  149.     Height = 21
  150.     HelpContext = 1457
  151.     Associate = ESpace
  152.     Enabled = False
  153.     Min = 1
  154.     Position = 1
  155.     TabOrder = 9
  156.   end
  157. end
  158.